home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / powarc920cz.exe / {app} / POWERARC.EXE / 0 / RCDATA / TCONTADDFORM / TCONTADDFORM.txt
Text File  |  2005-03-06  |  8KB  |  397 lines

  1. object ContAddForm: TContAddForm
  2.   Left = 498
  3.   Top = 111
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Add'
  7.   ClientHeight = 529
  8.   ClientWidth = 383
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   KeyPreview = True
  12.   OldCreateOrder = True
  13.   Scaled = False
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnKeyPress = FormKeyPress
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label3: TLabel
  21.     Left = 8
  22.     Top = 132
  23.     Width = 34
  24.     Height = 13
  25.     Caption = '&Action:'
  26.     FocusControl = ComboBox1
  27.   end
  28.   object Label4: TLabel
  29.     Left = 8
  30.     Top = 176
  31.     Width = 225
  32.     Height = 15
  33.     AutoSize = False
  34.     Caption = 'Compressio&n:'
  35.     FocusControl = ComboBox2
  36.   end
  37.   object Label1: TTntLabel
  38.     Left = 8
  39.     Top = 6
  40.     Width = 273
  41.     Height = 17
  42.     AutoSize = False
  43.     ShowAccelChar = False
  44.     Transparent = True
  45.   end
  46.   object Label8: TLabel
  47.     Left = 8
  48.     Top = 388
  49.     Width = 34
  50.     Height = 13
  51.     Caption = 'Profile:'
  52.   end
  53.   object Label9: TLabel
  54.     Left = 288
  55.     Top = 456
  56.     Width = 74
  57.     Height = 13
  58.     Caption = 'ZIP Encryption:'
  59.   end
  60.   object GroupBox1: TGroupBox
  61.     Left = 8
  62.     Top = 24
  63.     Width = 273
  64.     Height = 64
  65.     TabOrder = 0
  66.     object Label2: TLabel
  67.       Left = 8
  68.       Top = 16
  69.       Width = 217
  70.       Height = 13
  71.       AutoSize = False
  72.       Caption = 'A&dd to archive:'
  73.       FocusControl = Edit1
  74.     end
  75.     object Edit1: TEdit
  76.       Left = 8
  77.       Top = 32
  78.       Width = 201
  79.       Height = 21
  80.       TabOrder = 0
  81.       Text = 'Edit1'
  82.       OnExit = Edit1Exit
  83.     end
  84.     object Button3: TButton
  85.       Left = 213
  86.       Top = 32
  87.       Width = 55
  88.       Height = 21
  89.       Caption = '&Browse'
  90.       TabOrder = 1
  91.       OnClick = Button3Click
  92.     end
  93.   end
  94.   object ComboBox1: TComboBox
  95.     Left = 8
  96.     Top = 148
  97.     Width = 273
  98.     Height = 21
  99.     Style = csDropDownList
  100.     ItemHeight = 13
  101.     TabOrder = 2
  102.     Items.Strings = (
  103.       'Add (and replace) files'
  104.       'Freshen existing files'
  105.       'Move files'
  106.       'Update (and add) files')
  107.   end
  108.   object ComboBox2: TComboBox
  109.     Left = 8
  110.     Top = 192
  111.     Width = 273
  112.     Height = 21
  113.     Style = csDropDownList
  114.     ItemHeight = 13
  115.     TabOrder = 3
  116.     OnChange = ComboBox2Change
  117.     Items.Strings = (
  118.       'Maximum (slowest)'
  119.       'Normal'
  120.       'Fast'
  121.       'Super fast'
  122.       'None')
  123.   end
  124.   object GroupBox3: TGroupBox
  125.     Left = 8
  126.     Top = 217
  127.     Width = 273
  128.     Height = 161
  129.     TabOrder = 4
  130.     object CheckBox2: TCheckBox
  131.       Left = 8
  132.       Top = 12
  133.       Width = 233
  134.       Height = 17
  135.       Caption = 'Include &system and hidden files'
  136.       Checked = True
  137.       State = cbChecked
  138.       TabOrder = 0
  139.     end
  140.     object CheckBox1: TCheckBox
  141.       Left = 8
  142.       Top = 32
  143.       Width = 233
  144.       Height = 17
  145.       Caption = 'Save &full folder info'
  146.       TabOrder = 1
  147.     end
  148.     object CheckBox3: TCheckBox
  149.       Left = 8
  150.       Top = 116
  151.       Width = 233
  152.       Height = 17
  153.       Caption = 'Encrypt archi&ve (.PAE)'
  154.       TabOrder = 5
  155.       OnClick = CheckBox3Click
  156.     end
  157.     object CheckBox4: TCheckBox
  158.       Left = 8
  159.       Top = 53
  160.       Width = 233
  161.       Height = 17
  162.       Caption = 'Write &directly into ZIP '
  163.       TabOrder = 2
  164.     end
  165.     object CheckBox5: TCheckBox
  166.       Left = 8
  167.       Top = 95
  168.       Width = 233
  169.       Height = 17
  170.       Caption = 'Make large ZIP file (over &4 GB) '
  171.       TabOrder = 4
  172.     end
  173.     object ElCheckBox1: TCheckBox
  174.       Left = 8
  175.       Top = 74
  176.       Width = 233
  177.       Height = 17
  178.       Caption = 'Use Deflate&64 compression'
  179.       TabOrder = 3
  180.     end
  181.     object CheckBox6: TCheckBox
  182.       Left = 8
  183.       Top = 137
  184.       Width = 233
  185.       Height = 17
  186.       Caption = 'Create Solid Archive'
  187.       TabOrder = 6
  188.     end
  189.   end
  190.   object GroupBox4: TGroupBox
  191.     Left = 8
  192.     Top = 407
  193.     Width = 273
  194.     Height = 119
  195.     Caption = ' &Multiple disk s&panning '
  196.     TabOrder = 5
  197.     object Label5: TLabel
  198.       Left = 8
  199.       Top = 47
  200.       Width = 87
  201.       Height = 13
  202.       Caption = 'Ma&x. Volume Size:'
  203.       FocusControl = Edit971
  204.     end
  205.     object Label7: TLabel
  206.       Left = 232
  207.       Top = 49
  208.       Width = 32
  209.       Height = 13
  210.       Caption = 'kbytes'
  211.     end
  212.     object Label6: TLabel
  213.       Left = 8
  214.       Top = 71
  215.       Width = 30
  216.       Height = 13
  217.       Caption = '&Mode:'
  218.       FocusControl = ComboBox4
  219.     end
  220.     object Edit971: TEdit
  221.       Left = 112
  222.       Top = 43
  223.       Width = 113
  224.       Height = 21
  225.       AutoSize = False
  226.       TabOrder = 0
  227.       Text = '1440'
  228.     end
  229.     object Combobox3: TComboBox
  230.       Left = 8
  231.       Top = 17
  232.       Width = 257
  233.       Height = 21
  234.       Style = csDropDownList
  235.       ItemHeight = 13
  236.       TabOrder = 1
  237.       OnChange = ComboBox3Change
  238.       Items.Strings = (
  239.         'Automatic'
  240.         '1.2 MB'
  241.         '1.4 MB'
  242.         '2.8 MB'
  243.         'Zip 100 Disk (100 MB)'
  244.         'Zip 200 Disk (200 MB)'
  245.         'CD-ROM (650 MB)'
  246.         'CD-ROM (700 MB)'
  247.         'Custom'
  248.         'No spanning...')
  249.     end
  250.     object CheckBox7: TCheckBox
  251.       Left = 8
  252.       Top = 93
  253.       Width = 109
  254.       Height = 17
  255.       Caption = 'F&ormat target disk '
  256.       TabOrder = 2
  257.     end
  258.     object ComboBox4: TComboBox
  259.       Left = 127
  260.       Top = 67
  261.       Width = 138
  262.       Height = 21
  263.       Style = csDropDownList
  264.       ItemHeight = 13
  265.       TabOrder = 3
  266.       OnChange = ComboBox3Change
  267.       Items.Strings = (
  268.         'PkZip 4.5 Compatible'
  269.         'PkZip/PA 7.0 Compatible'
  270.         'PA (<=6.1x) Compatible')
  271.     end
  272.     object ComboBox5: TComboBox
  273.       Left = 144
  274.       Top = 92
  275.       Width = 121
  276.       Height = 21
  277.       Style = csDropDownList
  278.       ItemHeight = 13
  279.       TabOrder = 4
  280.       Items.Strings = (
  281.         'Quick'
  282.         'Full')
  283.     end
  284.   end
  285.   object CompMode: TRadioGroup
  286.     Left = 8
  287.     Top = 88
  288.     Width = 273
  289.     Height = 41
  290.     Columns = 6
  291.     Items.Strings = (
  292.       'ZIP'
  293.       '7Z'
  294.       'CAB'
  295.       'LHA'
  296.       'BH'
  297.       'TAR')
  298.     TabOrder = 1
  299.     OnClick = CompModeClick
  300.   end
  301.   object Button1: TButton
  302.     Left = 288
  303.     Top = 8
  304.     Width = 89
  305.     Height = 25
  306.     Caption = '&Add'
  307.     Default = True
  308.     TabOrder = 7
  309.     OnClick = Button1Click
  310.   end
  311.   object CorelButton2: TButton
  312.     Left = 288
  313.     Top = 40
  314.     Width = 89
  315.     Height = 25
  316.     Caption = 'Add && E-&mail'
  317.     TabOrder = 8
  318.     OnClick = CorelButton2Click
  319.   end
  320.   object CorelButton3: TButton
  321.     Left = 288
  322.     Top = 72
  323.     Width = 89
  324.     Height = 25
  325.     Caption = 'Add && F&tp'
  326.     TabOrder = 9
  327.     OnClick = CorelButton3Click
  328.   end
  329.   object Button2: TButton
  330.     Left = 288
  331.     Top = 104
  332.     Width = 89
  333.     Height = 25
  334.     Caption = '&Cancel'
  335.     TabOrder = 10
  336.     OnClick = Button2Click
  337.   end
  338.   object CorelButton1: TButton
  339.     Left = 288
  340.     Top = 501
  341.     Width = 89
  342.     Height = 25
  343.     Caption = '&Password...'
  344.     TabOrder = 12
  345.     OnClick = CorelButton1Click
  346.   end
  347.   object Button4: TButton
  348.     Left = 288
  349.     Top = 136
  350.     Width = 89
  351.     Height = 25
  352.     Caption = '&Help'
  353.     TabOrder = 11
  354.     OnClick = Button4Click
  355.   end
  356.   object ComboBox6: TComboBox
  357.     Left = 51
  358.     Top = 384
  359.     Width = 231
  360.     Height = 21
  361.     Style = csDropDownList
  362.     ItemHeight = 13
  363.     TabOrder = 6
  364.     OnChange = ComboBox6Change
  365.   end
  366.   object ComboBox7: TComboBox
  367.     Left = 288
  368.     Top = 472
  369.     Width = 89
  370.     Height = 21
  371.     Style = csDropDownList
  372.     ItemHeight = 13
  373.     TabOrder = 13
  374.     OnChange = ComboBox7Change
  375.     Items.Strings = (
  376.       'Disabled'
  377.       'PK v2.04g'
  378.       'PK AES-128 bits'
  379.       'PK AES-192 bits'
  380.       'PK AES-256 bits')
  381.   end
  382.   object NewBox: TOpenDialog
  383.     Filter = 
  384.       'ZIP file|*.zip|7-ZIP file|*.7z|LHA file|*.lzh;*.lha|CAB file|*.c' +
  385.       'ab|BH (BlakHole) file|*.bh|TAR (GZIPed TAR, BZIPed TAR)|*.tar;*.' +
  386.       'tar.bz2;*.tar.bz;*.tbz;*.tgz;*.tbz2;*.tar.gz;*.taz;*.tar.z|All a' +
  387.       'rchives (ZIP - default, 7-ZIP, LHA, CAB, TAR, BH)|*.zip;*.lzh;*.' +
  388.       'lha;*.cab;*.bh;*.tar;*.tar.bz2;*.tar.bz;*.tbz;*.tgz;*.tbz2;*.tar' +
  389.       '.gz;*.taz;*.tar.z;*.7z'
  390.     FilterIndex = 7
  391.     Options = [ofHideReadOnly, ofPathMustExist]
  392.     Title = 'Find Archive...'
  393.     Left = 278
  394.     Top = 161
  395.   end
  396. end
  397.